home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / WHICHARC.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  620b  |  28 lines

  1. .I 0 25
  2. /* +++Date last modified: 16-Nov-1996 */
  3.  
  4. /*
  5. **  WHICHARC.H
  6. **
  7. **   Written by Jari Laaksonen (2:221/360.20), 2 Sep 1994
  8. **   Based on the code by Heinz Ozwirk and David Gersic.
  9. **
  10. **   Free for all participants of the C_ECHO & other conferences where
  11. **   this code is posted. Released to SNIPPETS by the authors.
  12. **
  13. **   See the file WHICHARC.DOC about archive types and file offsets
  14. **   for self extracting archives.
  15. */
  16.  
  17. #ifdef __cplusplus
  18.    extern "C" {
  19. #endif
  20.  
  21. int WhichArc (char *pName);
  22. int SeekFile (FILE *fp, char *header, long pos);
  23.  
  24. #ifdef __cplusplus
  25.    }
  26. #endif
  27. .D 1 14
  28.